Skip to content

doc: remove typo comma from man page#63080

Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom
vassudanagunta:man-page-typo-fix
May 4, 2026
Merged

doc: remove typo comma from man page#63080
nodejs-github-bot merged 1 commit intonodejs:mainfrom
vassudanagunta:man-page-typo-fix

Conversation

@vassudanagunta
Copy link
Copy Markdown
Contributor

In the SYNOPSIS section of the man page, as seen below, the comma following "inspect" is incorrect, having been accidentally added by commit 5d494ef:

NAME
     node – server-side JavaScript runtime

SYNOPSIS
     node [options] [v8 options] [<program-entry-point> | -e string | --] [arguments ...]
     node inspect, [<program-entry-point> | -e string | <host>:<port>] ...
     node [--v8-options]

DESCRIPTION
     Node.js is a set of libraries for JavaScript which allows it to be used outside of the browser.  It is primarily focused on creating simple, easy-to-
     build network clients and servers.

     Execute node without arguments to start a REPL.

@nodejs-github-bot nodejs-github-bot added the doc Issues and PRs related to the documentations. label May 2, 2026
It was accidentally added by commit
5d494ef

Signed-off-by: vassudanagunta <vas@commonkarma.org>
@atlowChemi atlowChemi requested a review from avivkeller May 3, 2026 06:50
@aduh95 aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels May 4, 2026
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label May 4, 2026
@nodejs-github-bot nodejs-github-bot merged commit 69121ab into nodejs:main May 4, 2026
33 of 34 checks passed
@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

Landed in 69121ab

aduh95 pushed a commit that referenced this pull request May 5, 2026
It was accidentally added by commit
5d494ef

Signed-off-by: vassudanagunta <vas@commonkarma.org>
PR-URL: #63080
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants